home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / security / socks / lib / Makefile next >
Encoding:
Makefile  |  1992-02-27  |  135 b   |  13 lines

  1. OBJ = Rconnect.o
  2.  
  3. CFLAGS = -I../include -g
  4.  
  5. PROG = foo
  6.  
  7. $(PROG): $(OBJ)
  8.  
  9. clean:
  10.     rm -f $(OBJ) $(PROG) core
  11.  
  12. $(OBJ): ../include/socks.h
  13.